﻿@charset "utf-8";
html {
    font-size: 50px;
}

.clear {
    clear: both;
}

.red {
    color: red !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    display: none;
}

.required {
    color: red;
    font-weight: 700;
}

.form_text_verifycode {
    width: 80px;
}

.form_radio {
    width: auto;
    border: 0;
}

.form_checkbox {
    width: auto;
    border: 0;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.por {
    position: relative;
}

.sjb-slide {
    display: none;
}

.poa {
    position: absolute;
}

.sj_title {
    display: none;
}

.icon {
    background: url(../img/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.sjb_bann {
    display: none;
}

#header_main,
#top_main,
#banner_main,
#floor_1_main,
#links_main,
#footer_main {
    width: 100%;
    margin: 0;
}

.trans {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.swiper-container1 .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 0;
    background-color: #0f4eb8;
}

.swiper-container1 .swiper-button-prev {
    background: url(../img/icon.png) no-repeat;
    width: 40px;
    height: 90px;
}

.swiper-container1 .swiper-button-next {
    background: url(../img/icon.png) no-repeat;
    width: 40px;
    height: 90px;
    background-position: -50px 0;
}

.swiper-container1 .swiper-button-next:after {
    content: "";
}

.swiper-container1 .swiper-button-prev:after {
    content: "";
}

.move-nav {
    display: none;
}

.sjb_slide {
    width: 100%;
    display: none;
}

.sjb_slide img {
    width: 100%;
}

.move-wrap {
    display: none;
}

.txtlistbox .item h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.move-nav {
    width: 100%;
    height: 100%;
    position: relative;
}

.move-nav .nav-head {
    width: 100%;
    background-color: #fff;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
}

.move-nav .nav-head .tosearch {
    position: absolute;
    top: 13%;
    left: 3%;
    padding-top: 7px;
    cursor: pointer;
}

.move-nav .nav-head .tosearch img {
    width: 30px;
}

#toolbar1 {
    display: none;
}

.move-nav .nav-head .search {
    background: #f2f2f2;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 999;
    padding: 12px 0;
    display: none;
}

.move-nav .nav-head .search .txt {
    border: none;
    width: 80%;
    height: 0.65rem;
    line-height: 0.65rem;
    margin-left: 4%;
    color: #666;
    font-size: 0.22rem;
    background: #fff;
    text-indent: 3%;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.icon1 {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    background-size: 2.4rem auto;
    vertical-align: middle;
}

.move-nav .nav-head .search .btn {
    cursor: pointer;
    border: none;
    font-size: 0.24rem;
    width: 0.8rem;
    height: 0.65rem;
    text-align: center;
    background: #0f4eb8 url(../img/icon.png) no-repeat 0 -4.6rem;
    background-size: 2.4rem auto;
    color: #fff;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    background-size: 2rem auto;
    vertical-align: middle;
}

.move-nav .nav-head .move-logo {
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    height: 100%;
}

.move-nav .nav-head .move-logo img {
    height: 60px;
}

.move-nav .nav-head .move-ico {
    position: absolute;
    right: 3%;
    bottom: 9%;
    vertical-align: top;
    transform: scale(0.9);
}

.move-nav .nav-head .move-ico span {
    background-color: #0f4eb8;
    display: block;
    width: 30px;
    height: 1px;
    margin-bottom: 11px;
    position: relative;
    transition: 0.4s;
}

.move-nav .nav-head .move-ico2 span:nth-child(1) {
    right: -100%;
    opacity: 0;
    transition: 0.1s;
}

.move-nav .nav-head .move-ico2 span:nth-child(2) {
    transform: rotate(135deg);
    animation-duration: 2s;
    animation: spanfir1 2s;
    -moz-animation: spanfir1 5s;
    /* Firefox */
    -webkit-animation: spanfir1 5s;
    /* Safari 和 Chrome */
    -o-animation: spanfir1 5s;
}

.move-nav .nav-head .move-ico2 span:nth-child(3) {
    transform: rotate(-135deg);
    animation-duration: 2s;
    animation-delay: 2;
    animation: spanfir2 2s;
    -moz-animation: spanfir2 5s;
    /* Firefox */
    -webkit-animation: spanfir2 5s;
    /* Safari 和 Chrome */
    -o-animation: spanfir2 5s;
    top: -12px;
}

@keyframes spanfir1 {
    0% {
        transform: rotate(90deg);
    }
    5% {
        left: -10px;
        transform: rotate(180deg);
    }
    10% {
        top: 0;
        left: 0;
        transform: rotate(135deg);
    }
}

@keyframes spanfir2 {
    0% {
        transform: rotate(90deg);
    }
    5% {
        right: -10px;
        transform: rotate(-180deg);
    }
    15% {
        right: 0;
        transform: rotate(-135deg);
    }
}

.move-wrap {
    width: 100%;
    position: absolute;
    top: 60px;
    z-index: 9999;
}

.move-wrap .move-z {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: none;
}

.move-wrap .nav-ul {
    width: 80%;
    background-color: #fff;
    height: 100%;
    position: fixed;
    right: -100%;
    transition: 0.4s;
}

.move-wrap .nav-ull {
    right: 0;
}

.move-wrap .move-zz {
    display: block;
}

.move-wrap .nav-ul li {
    background-color: #fff;
    border-bottom: 1px #ddd solid;
    padding: 20px 0;
    padding-left: 5%;
}

.move-wrap .nav-ul li a {
    font-size: 16px;
    color: #424242;
}

@media screen and (min-width: 1201px) {
    #nav .navlist {
        position: relative;
        display: block;
    }
    #top_main {
        display: none;
    }
    .subNav.trans {
        display: none;
    }
    #nav li {
        float: left;
        display: inline-block;
        list-style: none;
        font-size: 16px;
        text-align: center;
        position: relative;
        height: 61px;
    }
    #nav li a {
        display: block;
        text-align: center;
        position: relative;
        color: #eee;
        height: 28px;
        line-height: 28px;
        padding: 0 18px;
        border: 1px solid #25262b;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
    #nav li.hover a,
    #nav li:hover a {
        color: #0f4eb8;
        border: 1px solid #0f4eb8;
    }
    .top .toprig .item h4 {
        display: block;
        font-size: 30px;
    }
    #nav ul .subnav {
        position: absolute;
        filter: progid: DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease 0s;
        transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
    #nav ul li:hover .subnav {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    #nav ul .subnav {
        background: #fff;
        border-top: 2px solid #63b670;
        box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
        height: auto;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 199;
    }
    #nav ul .subnav a {
        color: #666;
        display: block;
        font-size: 13px;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        padding: 0;
        transition: all 0.2s ease-in-out 0s;
        max-width: 100%;
        border: 0;
        border-bottom: 1px solid #eee;
        border-radius: initial;
    }
    #nav ul .subnav a:hover {
        color: #63b670;
        background: #f9f9f9;
        text-indent: 3px;
    }
    #banner_main {
        overflow: hidden;
        position: relative;
        /* z-index: ; */
    }
    #banner_main .banner {
        height: 650px;
    }
    #banner {
        width: 100%;
        min-width: 1000px;
        position: relative;
        overflow: hidden;
        z-index: 0;
    }
    #banner,
    .banner ul {
        max-height: 650px;
        overflow: hidden;
    }
    .banner li {
        width: 100%;
        position: absolute;
        z-index: 1;
        overflow: hidden;
    }
    .banner li img {
        width: 1920px;
        display: block;
        position: relative;
        left: 50%;
        margin-left: -960px;
        top: 0;
    }
    #banner .tip {
        width: 1000px;
        height: 20px;
        line-height: 0;
        font-size: 0;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -500px;
        bottom: 20px;
        z-index: 3;
    }
    #banner .tip span {
        height: 5px;
        margin: 0 2px;
        width: 50px;
        display: inline-block;
        font-size: 0;
        cursor: pointer;
        background: #fff;
        opacity: 0.6;
        filter: Alpha(opacity=60);
        *zoom: 1;
    }
    #banner .tip span.cur {
        background-color: #0f4eb8;
        opacity: 1;
        filter: Alpha(opacity=100);
    }
    #banner #btn_prev,
    #banner #btn_next {
        width: 40px;
        height: 90px;
        position: absolute;
        top: 50%;
        z-index: 5;
        margin-top: -45px;
        -webkit-transition: all 0s ease-in-out 0s;
        -moz-transition: all 0s ease-in-out 0s;
        transition: all 0s ease-in-out 0s;
    }
    #banner #btn_prev {
        background-position: 0 0;
        left: 5%;
    }
    #banner #btn_next {
        background-position: -50px 0;
        right: 5%;
    }
    #banner #btn_prev:hover {
        background-position: 0 -98px;
    }
    #banner #btn_next:hover {
        background-position: -50px -98px;
    }
    .transs {
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .index .title {
        text-align: center;
        width: 100%;
        padding-bottom: 30px;
    }
    .index .title h3 {
        font-size: 30px;
        font-weight: 400;
        display: block;
        line-height: 30px;
        background: url(../img/title.png) no-repeat center;
    }
    .index .title p {
        color: #999;
        font-size: 20px;
        text-transform: uppercase;
        font-family: avantgardeitvbybt book, arial;
        padding-top: 14px;
    }
    .index .title h3 b {
        display: inline-block;
    }
    .imenu {
        text-align: center;
    }
    .imenu a {
        font-size: 16px;
        display: inline-block;
        padding: 0 24px;
        text-align: center;
        border-left: 1px solid #0f4eb8;
        height: 20px;
        line-height: 20px;
    }
    .imenu a:first-child {
        border-left: 0;
    }
    .imenu a:hover {
        color: #0f4eb8;
    }
    .index .floor_1_main {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ipro {
        position: relative;
        overflow: hidden;
        padding: 30px 0;
    }
    .ipro .list {
        width: 108%;
    }
    .ipro .item {
        float: left;
        width: 386px;
        display: block;
  
        overflow: hidden;
        margin-bottom: 20px;
        margin-right: 20px;
        position: relative;
    }
    .ipro .item a {
        display: block;
        position: relative;
        width: 100%;
  
    }
    .ipro .item img {
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        width: 100%;
        height: 100%;
        display: block;
    }
    .ipro .item:hover img {
        transform: scale(1.06, 1.06);
    }
    .ipro .item h3 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-indent: 30px;
        font-weight: 400;
        font-size: 16px;
        height: 65px;
        line-height: 65px;
        background: url(../img/black60.png) repeat;
        color: #fff;
    }
    .ipro .item em {
        position: absolute;
        right: 0;
        bottom: 20px;
        z-index: 2;
        width: 32px;
        height: 26px;
        background-position: -190px 0;
        display: block;
        margin-right: 30px;
        vertical-align: middle;
    }
    .ipro .item:hover h3 {
        background: url(../img/ipro_t.png) repeat-x left top;
    }
    .floor_1_main.hc .ipro .item:hover img {
        transform: scale(1);
    }
    .floor_1_main.hc .ipro .item h3 {
        position: relative;
        background: none;
        color: #121212;
        height: inherit;
        text-align: center;
        padding: 15px 0 5px;
        text-indent: 0;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }
    .floor_1_main.hc .ipro .item p {
        text-align: center;
    }
    .floor_1_main.hc .ipro .item .note {
        color: #666;
        font-size: 15px;
    }
    .floor_1_main.hc .ipro .item .prices {
        margin-top: 10px;
        font-size: 16px;
    }
    .floor_1_main.hc .ipro .item a {
        height: initial;
    }
    .floor_1_main.hc .ipro .item {
        height: initial;
    }
    .index .floor_2_main {
        background: url(../img/iyoushi.jpg) no-repeat center top;
        height: 800px;
        overflow: hidden;
    }
    .index .floor_2,
    .index .floor_3 {
        padding: 80px 0;
        position: relative;
    }
    .index .floor_2 .title {
        color: #fff;
    }
    .iyoushi {
        background: url(../img/bieshu.png) no-repeat 460px center;
        height: 536px;
        overflow: hidden;
    }
    .iyoushi .item {
        width: 375px;
        height: 128px;
        background: url(../img/yousitem.png) no-repeat left top;
        float: left;
        margin-top: 40px;
    }
    .iyoushi .item a {
        display: block;
        padding: 40px;
    }
    .iyoushi .item .img {
        width: 50px;
        height: 50px;
        overflow: hidden;
        position: relative;
        margin-left: 10px;
    }
    .iyoushi .item .img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        display: block;
    }
    .iyoushi .item .txt {
        width: 140px;
        padding-left: 60px;
        color: #fff;
    }
    .iyoushi .item .txt h3 {
        font-size: 20px;
        font-weight: 700;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .iyoushi .item .txt p {
        font-family: arial;
        color: #ccc;
        padding-top: 0;
    }
    .iyoushi .it1,
    .iyoushi .it5 {
        margin-left: 62px;
        margin-right: 60px;
    }
    .iyoushi .it2,
    .iyoushi .it6 {
        margin-right: 65px;
        float: right;
    }
    .iyoushi .it4 {
        float: right;
    }
    .iyoushi .item:hover {
        background: url(../img/yousitem_a.png) no-repeat left top;
    }
    .iyoushi .item:hover .txt h3 {
        color: #0f4eb8;
    }
    .iyoushi .item:hover .img img {
        top: -50px;
    }
    .xunpan {
        width: 100%;
        background: url(../img/xunpan.jpg) no-repeat center top;
        height: 200px;
        color: #fff;
    }
    .xunpan .zixun {
        width: 300px;
        padding-top: 40px;
        text-align: center;
    }
    .xunpan .zixun a {
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        height: 50px;
        display: block;
        line-height: 50px;
        color: #fff;
        background: #0f4eb8;
        font-size: 20px;
    }
    .xunpan .zixun:hover a {
        background: #927d48;
    }
    .xunpan .tel {
        border: 1px solid #85878d;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 26px;
        text-align: center;
        font-family: avantgardeitvbybt book, arial;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        margin-bottom: 20px;
    }
    .xunpan .tel em {
        width: 25px;
        height: 25px;
        display: inline-block;
        background-position: -100px 0;
        margin-right: 10px;
    }
    .xunpan strong {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 28px;
        padding-right: 10px;
        font-style: italic;
    }
    .xunpan p {
        font-size: 20px;
    }
    .xunpan .bigtxt {
        font-size: 40px;
        padding-bottom: 20px;
        padding-top: 54px;
    }
    .floor_3_main {
        overflow: hidden;
    }
    .liuc {
        position: relative;
        overflow: hidden;
        padding: 40px 0;
    }
    .liuc .list {
        width: 108%;
    }
    .liuc li {
        float: left;
        width: 206px;
    }
    .liuc li .Piece {
        width: 168px;
        height: 188px;
        background: #f5f5f5;
        border: 1px solid #ddd;
        float: left;
        font-size: 20px;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: 0 0 0 #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .liuc li .jtou {
        width: 36px;
        height: 188px;
        background: url(../img/jtou.png) no-repeat center;
        float: left;
        display: block;
    }
    .liuc li img {
        max-width: 100px;
        max-height: 80px;
        display: block;
        margin: 0 auto;
    }
    .liuc li p {
        text-align: center;
        padding-top: 40px;
        height: 88px;
    }
    .liuc li:last-child .jtou {
        display: none;
    }
    .liuc li:hover .Piece {
        -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    .floor_4_main {
        background: #f5f5f5;
        overflow: hidden;
        width: 100%;
    }
    .index .floor_4 {
        padding: 80px 0;
        position: relative;
    }
    .textlist {}
    .textlist .list {
        width: 100%;
        padding-bottom: 30px !important;
    }
    .textlist .item {
        float: left;
        width: 375px;
        height: 471px;
        margin-right: 37px;
        transition: all 0.2s linear 0s;
        margin-bottom: 30px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        background: #fff;
    }
    .textlist .item2:nth-child(3n) {
        margin-right: 0;
    }
    .textlist .item a {
        display: block;
        padding: 0;
        color: #333;
    }
    .textlist .item .img {
        width: 375px;
        height: 281px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
    }
    .textlist .item .img img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-out 0s;
        display: block;
    }
    .textlist .item:hover .img img {
        transform: scale(1.1, 1.1);
    }
    .textlist .item .txt {
        padding: 30px 40px 0;
    }
    .textlist .item h3 {
        font-size: 18px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .textlist .desc {
        line-height: 24px;
        height: 52px;
        overflow: hidden;
        margin-bottom: 10px;
        cursor: pointer;
        padding-top: 10px;
    }
    .textlist span {
        display: block;
        color: #666;
        font-family: arial;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }
    .textlist .item:hover {
        -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    .textlist .item:hover h3 {
        color: #0f4eb8;
    }
    .floor_4 .btn {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        top: 50%;
        cursor: pointer;
    }
    .floor_4 .btn.prev {
        background-position: -100px -50px;
        left: -5%;
    }
    .floor_4 .btn.next {
        background-position: -190px -50px;
        right: -5%;
    }
    .floor_4 .btn.prev:hover {
        background-position: -145px -50px;
    }
    .floor_4 .btn.next:hover {
        background-position: -236px -50px;
    }
    .indnews {
        padding: 80px 0;
        overflow: hidden;
        position: relative;
    }
    .index .more {
        width: 180px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        display: block;
        margin: 40px auto 0;
        background: #444;
        transition: all 0.2s linear 0s;
    }
    .index .more:hover {
        background: #0f4eb8;
        color: #fff;
        text-indent: 10px;
    }
    .ipatent_main {
        width: 100%;
        background: url(../img/patent.jpg) no-repeat center top;
        height: 460px;
        overflow: hidden;
    }
    .ipatent_main .floor {
        overflow: hidden;
        padding: 100px 0;
    }
    .ipatent_main .title {
        color: #fff;
    }
    .ipatent_main .title h3 {
        background: url(../img/title1.png) no-repeat center;
    }
    .ipatent {
        padding-top: 40px;
    }
    .ipatent .item {
        width: 580px;
        height: 140px;
        background: url(../img/pat_bk.png) no-repeat left top;
        float: left;
        margin-left: 37px;
    }
    .ipatent .item:first-child {
        margin-left: 0;
    }
    .ipatent .item a {
        display: block;
        padding: 30px;
    }
    .ipatent .item .img {
        width: 64px;
        height: 60px;
        overflow: hidden;
        position: relative;
        margin-right: 40px;
        margin-left: 22px;
        margin-top: 10px;
    }
    .ipatent .item .img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
    }
    .ipatent .item .txt {
        width: 350px;
        color: #fff;
        padding-left: 20px;
    }
    .ipatent .item .txt h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .ipatent .item .txt p {
        font-family: arial;
        color: #ccc;
        padding-top: 0;
    }
    .newsBox {
        width: 380px;
        height: 410px;
        overflow: hidden;
        position: relative;
    }
    .newsBox .bd {
        border: 1px solid #ddd;
    }
    .newsBox .hd {
        height: 28px;
        overflow: hidden;
        position: absolute;
        bottom: 1px;
        z-index: 10;
        padding-left: 20px;
        text-align: center;
    }
    .newsBox .hd ul {
        overflow: hidden;
        zoom: 1;
    }
    .newsBox .hd ul li {
        margin-right: 6px;
        width: 10px;
        height: 10px;
        line-height: 14px;
        text-align: center;
        background: #999;
        cursor: pointer;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
    }
    .newsBox .hd ul li.on {
        background: #0f4eb8;
        color: #fff;
    }
    .picBox .bd {
        height: 100%;
        z-index: 0;
    }
    .newsBox .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
        height: 408px;
        overflow: hidden;
    }
    .newsBox .bd img {
        width: 380px;
        height: 285px;
        display: block;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .newsBox .bd li h3 {
        display: block;
        font-size: 18px;
        color: #000;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .newsBox .bd li .txt {
        z-index: 5;
        padding: 15px 20px;
        border-top: 0;
        height: 93px;
    }
    .newsBox .bd li p {
        padding: 0;
        color: #666;
        line-height: 24px;
        height: 45px;
        overflow: hidden;
    }
    .newsBox .bd li .time {
        font-size: 16px;
        padding-right: 30px;
        padding-top: 28px;
    }
    .newsBox .bd li a:hover h3 {
        color: #0f4eb8;
    }
    .newsBox .bd li a:hover img {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }
    .index .txtlistbox {
        width: 800px;
    }
    .txtlistbox .item {
        border: 1px solid #ddd;
        margin-bottom: 16px;
        transition: all 0.2s linear 0s;
        margin-bottom: 18px;
    }
    .txtlistbox .item a {
        display: block;
        padding: 28px;
    }
    .txtlistbox .item h3 {
        font-size: 18px;
        vertical-align: top;
    }
    .txtlistbox .item p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        color: #666;
    }
    .txtlistbox .item .time {
        display: block;
        width: 90px;
        height: 66px;
        border-right: 1px solid #ddd;
        line-height: 20px;
        margin-right: 30px;
        color: #666;
        vertical-align: middle;
        *zoom: 1;
    }
    .txtlistbox .item .time b {
        color: #0f4eb8;
        display: block;
        font-size: 48px;
        line-height: 48px;
    }
    .txtlistbox .item:hover {
        border: 1px solid #0f4eb8;
        -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    .iabout {
        width: 100%;
        background: url(../img/fl6.jpg) no-repeat center bottom #f8f8f8;
        padding: 80px 0;
    }
    .iabout .txt {
        width: 470px;
        height: 240px;
        display: block;
        background: #fff;
        padding: 40px;
    }
    .iabout .txt img {
        max-width: 100%;
        display: block;
    }
    .iabout .txt p {
        padding-top: 20px;
        color: #333;
    }
    .iabout .txt span {
        width: 154px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        display: block;
        border: 1px solid #1a7140;
        margin-top: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
    }
    .iabout .txt:hover span {
        background: #1a7140;
        color: #fff;
    }
    .iabout .img {
        width: 650px;
        height: 320px;
        display: block;
        overflow: hidden;
    }
    .iabout .img img {
        width: 100%;
        display: block;
    }
    .footer_main {
        width: 100%;
        background: #191919;
        color: #fff;
    }
    .footer_main .footer {
        padding-bottom: 40px;
    }
    .footer_main .footer .links {
        padding: 30px 0;
        margin-bottom: 40px;
        font-size: 16px;
        border-bottom: 1px solid #353535;
    }
    .footer_main .footer .links span {
        color: #fff;
        display: inline-block;
    }
    .footer_main .footer .links a {
        display: inline-block;
        font-size: 14px;
        color: #999;
        padding-right: 10px;
    }
    .footer_main .footer .links a:hover {
        color: #0f4eb8;
    }
    .footer_main .qcode {
        width: 540px;
    }
    .footer_main .qcode .ewm {
        width: 130px;
        height: 130px;
        display: block;
        border: 5px solid #666;
    }
    .footer_main .btel {
        width: 300px;
        line-height: 28px;
    }
    .footer_main .btel img {
        display: block;
        margin: 0 auto 8px;
        max-width: 100%;
        max-height: 60%;
    }
    .footer_main .btel .p1 {
        color: #fff;
    }
    .footer_main .btel .p2 {
        font-family: graydesign regular, "arial, helvetica, sans-serif";
        font-size: 34px;
        color: #0f4eb8;
        line-height: 34px;
        padding-bottom: 5px;
    }
    .footer_main .btel .p3 {
        color: #999;
        line-height: 22px;
    }
    .footer_main .botnavlist li {
        float: left;
        width: 100px;
        padding: 0 0 0 48px;
        display: block;
        list-style: none;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
        border-right: 1px solid #353535;
        overflow: hidden;
    }
    .footer_main .botnavlist li:first-child {
        padding-left: 0;
    }
    .footer_main .botnavlist li a {
        color: #fff;
        display: block;
        line-height: 32px;
        font-size: 16px;
    }
    .footer_main .botnavlist li a:hover {
        color: #0f4eb8;
    }
    .footer_main .botnavlist li .drop {
        padding-top: 10px;
    }
    .footer_main .botnavlist li .drop a {
        display: block;
        line-height: 26px;
        color: #999;
        width: 100%;
        font-size: 12px;
    }
    .footer_main .botnavlist li .drop a:hover {
        color: #0f4eb8;
    }
    .copymain {
        border-top: 1px solid #353535;
        line-height: 60px;
        color: #999;
        font-size: 12px;
    }
    .copymain a {
        color: #999;
    }
    .copymain a:hover {
        color: #0f4eb8;
    }
    .footer_main .yyzz {
        padding: 0 8px;
    }
    .toolbar {
        width: 130px;
        position: fixed;
        right: 0;
        top: 460px;
        z-index: 999;
    }
    .toolbar dd {
        width: 130px;
        height: 55px;
        margin-bottom: 0;
        position: relative;
    }
    .toolbar dd a {
        color: #fff;
        width: 130px;
        height: 55px;
        display: block;
        cursor: pointer;
        text-align: center;
        background: url(../img/rightfixicon.png) no-repeat -36px 0;
        line-height: 45px;
        -webkit-transition: all 0s ease-in-out 0s;
        -moz-transition: all 0s ease-in-out 0s;
        transition: all 0s ease-in-out 0s;
    }
    .toolbar dd a span {
        width: 24px;
        height: 24px;
        display: inline-block;
        background: url(../img/rightfixicon.png) no-repeat 0 0;
        vertical-align: middle;
        margin-right: 5px;
    }
    .toolbar dd a:hover {
        background-position: -168px 0;
    }
    .toolbar .pop {
        position: absolute;
        right: 90px;
        top: -45px;
        background: #0f4eb8;
        display: none;
    }
    .toolbar .pop-code {
        width: 100px;
        padding: 15px 15px 0;
    }
    .toolbar .pop-code img {
        width: 100px;
        height: 100px;
        display: block;
    }
    .toolbar .pop-code h3 {
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        white-space: nowrap;
    }
    .toolbar .zxzx span {
        background-position: 0 4px;
    }
    .toolbar .zxzx.tlb_zw span {
        width: 45px;
        height: 45px;
        background: url(../images/zw1.png) no-repeat;
        background-size: cover;
    }
    .toolbar .lf span {
        background-position: 0 -33px;
    }
    .toolbar .bj span {
        background-position: 0 -65px;
    }
    .toolbar .code span {
        background-position: 0 -33px;
    }
    .toolbar .top {
        width: 130px;
        height: 45px;
        background: #0f4eb8;
    }
    .toolbar .top span {
        background-position: 0 -127px;
    }
    .toolbar .top:hover {
        background: #103d7e;
    }
    .toolbar .side_tel {
        position: absolute;
        right: 0;
        top: 0;
        background: #0f4eb8;
        height: 45px;
        line-height: 45px;
        color: #fff;
        width: 0;
        text-align: center;
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    @font-face {
        font-family: ADELE;
        src: url(../img/ADELE.eot);
        src: url(../img/adele.eot) format("eot"), url(../img/adele.ttf) format("truetype");
    }
    @-webkit-keyframes flipInY {
        0% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
            opacity: 0;
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            opacity: 1;
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        }
        100% {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
        }
    }
    @keyframes flipInY {
        0% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
            opacity: 0;
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            opacity: 1;
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        }
        100% {
            -webkit-transform: perspective(400px);
            -ms-transform: perspective(400px);
            transform: perspective(400px);
        }
    }
    .flipInY {
        -webkit-backface-visibility: visible !important;
        -ms-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipInY;
        animation-name: flipInY;
    }
}


/* 鍥炲埌椤堕儴 */

#returnTop {
    display: none;
    position: fixed;
    _position: absolute;
    z-index: 999;
    right: 15px;
    bottom: -200px;
    _bottom: auto;
    width: 30px;
    height: 65px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(../images/Top.png);
    _background-image: url(../images/Top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: bottom 0.9s;
    -webkit-transition: bottom 0.9s;
    -moz-transition: bottom 0.9s;
    -o-transition: bottom 0.9s;
    opacity: 0.5;
}

#returnTop:hover {
    background-position: 0 -65px;
}

@media screen and (max-width: 1200px) {
    #nav .navlist {
        position: relative;
        display: block;
    }
    header .c {
        display: none;
    }
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .wrapper {
        padding: 55px 25px;
    }
    .n-tit {
        padding-right: 20px;
    }
    .location .menu {
        padding-right: 20px;
    }
    .location .sitepath {
        padding-left: 20px;
    }
    .n-project .txtlistbox li {
        width: 49%;
    }
    #nav li {
        float: left;
        display: inline-block;
        list-style: none;
        font-size: 16px;
        text-align: center;
        position: relative;
        height: 61px;
    }
    .floor_4_main {
        display: none;
    }
    header .container {
        width: 100% !important;
    }
    header .menu ul li {
        width: 14.2%;
    }
    header .menu a {
        height: 59px;
    }
    #nav li a {
        display: block;
        text-align: center;
        position: relative;
        color: #eee;
        height: 28px;
        line-height: 28px;
        padding: 0 18px;
        border: 1px solid #25262b;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
    #nav li.hover a,
    #nav li:hover a {
        color: #0f4eb8;
        border: 1px solid #0f4eb8;
    }
    .top .toprig .item h4 {
        display: block;
        font-size: 30px;
    }
    #nav ul .subnav {
        position: absolute;
        filter: progid: DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease 0s;
        transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
    #nav ul li:hover .subnav {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    #nav ul .subnav {
        background: #fff;
        border-top: 2px solid #63b670;
        box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
        height: auto;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 199;
    }
    #nav ul .subnav a {
        color: #666;
        display: block;
        font-size: 13px;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        padding: 0;
        transition: all 0.2s ease-in-out 0s;
        max-width: 100%;
        border: 0;
        border-bottom: 1px solid #eee;
        border-radius: initial;
    }
    #nav ul .subnav a:hover {
        color: #63b670;
        background: #f9f9f9;
        text-indent: 3px;
    }
    #banner_main {
        overflow: hidden;
        position: relative;
        /* z-index: ; */
    }
    #banner_main .banner {
        height: 350px;
    }
    #banner {
        width: 100%;
        min-width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 0;
    }
    #banner,
    .banner ul {
        max-height: 650px;
        overflow: hidden;
    }
    .banner li {
        width: 100%;
        position: absolute;
        z-index: 1;
        overflow: hidden;
    }
    .banner li img {
        width: 100%;
        display: block;
        position: relative;
        left: 0;
        margin-left: 0;
        top: 0;
    }
    .w1200 {
        width: 100% !important;
    }
    header>.a {
        height: auto;
    }
    #banner .tip {
        width: 100%;
        height: 20px;
        line-height: 0;
        font-size: 0;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -500px;
        bottom: 20px;
        z-index: 3;
    }
    #banner .tip span {
        height: 5px;
        margin: 0 2px;
        width: 50px;
        display: inline-block;
        font-size: 0;
        cursor: pointer;
        background: #fff;
        opacity: 0.6;
        filter: Alpha(opacity=60);
        *zoom: 1;
    }
    #banner .tip span.cur {
        background-color: #0f4eb8;
        opacity: 1;
        filter: Alpha(opacity=100);
    }
    #banner #btn_prev,
    #banner #btn_next {
        width: 40px;
        height: 90px;
        position: absolute;
        top: 50%;
        z-index: 5;
        margin-top: -45px;
        -webkit-transition: all 0s ease-in-out 0s;
        -moz-transition: all 0s ease-in-out 0s;
        transition: all 0s ease-in-out 0s;
    }
    #banner #btn_prev {
        background-position: 0 0;
        left: 5%;
    }
    #banner #btn_next {
        background-position: -50px 0;
        right: 5%;
    }
    #banner #btn_prev:hover {
        background-position: 0 -98px;
    }
    #banner #btn_next:hover {
        background-position: -50px -98px;
    }
    .transs {
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .index .title {
        text-align: center;
        width: 100%;
        padding-bottom: 30px;
    }
    .index .title h3 {
        font-size: 30px;
        font-weight: 400;
        display: block;
        line-height: 30px;
        background: url(../img/title.png) no-repeat center;
    }
    .index .title p {
        color: #999;
        font-size: 20px;
        text-transform: uppercase;
        font-family: avantgardeitvbybt book, arial;
        padding-top: 14px;
    }
    .index .title h3 b {
        display: inline-block;
    }
    .imenu {
        text-align: center;
    }
    .imenu a {
        font-size: 16px;
        display: inline-block;
        padding: 0 24px;
        text-align: center;
        border: 1px solid #e6e6e6;
        padding: 7px 15px;
        line-height: 20px;
        color: #666;
    }
    .imenu a:hover {
        color: #0f4eb8;
    }
    .index .floor_1_main {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .ipro {
        position: relative;
        overflow: hidden;
        padding: 30px 0;
    }
    .ipro .list {
        width: 100%;
        text-align: center;
    }
    .ipro .item {
        float: none;
        width: 32%;
        display: inline-block;
        height: auto;
        overflow: hidden;
        position: relative;
        margin: 0 5px;
        margin-bottom: 10px;
    }
    .ipro .item a {
        display: block;
        position: relative;
        width: 100%;
        /* height: 290px; */
    }
    .ipro .item img {
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        width: 100%;
        height: 100%;
        display: block;
    }
    .ipro .item:hover img {
        transform: scale(1.06, 1.06);
    }
    .floor_1_main.hc .ipro .item h3 {
        position: relative;
        height: initial;
        background: none;
        color: #121212;
    }
    .ipro .item h3 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-indent: 30px;
        font-weight: 400;
        font-size: 16px;
        height: 65px;
        line-height: 65px;
        background: url(../img/black60.png) repeat;
        color: #fff;
    }
    .ipro .item em {
        position: absolute;
        right: 0;
        bottom: 20px;
        z-index: 2;
        width: 32px;
        height: 26px;
        background-position: -190px 0;
        display: block;
        margin-right: 30px;
        vertical-align: middle;
    }
    .ipro .item:hover h3 {
        background: url(../img/ipro_t.png) repeat-x left top;
    }
    .index .floor_2_main {
        background: url(../img/iyoushi.jpg) no-repeat center top;
        height: 800px;
        overflow: hidden;
    }
    .index .floor_2,
    .index .floor_3 {
        padding: 80px 0;
        position: relative;
    }
    .index .floor_2 .title {
        color: #fff;
    }
    .iyoushi {
        background: url(../img/bieshu.png) no-repeat center center;
        height: 536px;
        overflow: hidden;
    }
    .iyoushi .item {
        width: 375px;
        height: 128px;
        background: url(../img/yousitem.png) no-repeat left top;
        float: left;
        margin-top: 40px;
    }
    .iyoushi .item a {
        display: block;
        padding: 40px;
    }
    .iyoushi .item .img {
        width: 50px;
        height: 50px;
        overflow: hidden;
        position: relative;
        margin-left: 10px;
    }
    .iyoushi .item .img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        display: block;
    }
    .iyoushi .item .txt {
        width: 140px;
        padding-left: 60px;
        color: #fff;
    }
    .iyoushi .item .txt h3 {
        font-size: 20px;
        font-weight: 700;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .iyoushi .item .txt p {
        font-family: arial;
        color: #ccc;
        padding-top: 0;
    }
    .iyoushi .it1,
    .iyoushi .it5 {
        margin-left: 62px;
        margin-right: 60px;
    }
    .iyoushi .it2,
    .iyoushi .it6 {
        margin-right: 65px;
        float: right;
    }
    .iyoushi .it4 {
        float: right;
    }
    .iyoushi .item:hover {
        background: url(../img/yousitem_a.png) no-repeat left top;
    }
    .iyoushi .item:hover .txt h3 {
        color: #0f4eb8;
    }
    .iyoushi .item:hover .img img {
        top: -50px;
    }
    .xunpan {
        width: 100%;
        background: url(../img/xunpan.jpg) no-repeat center top;
        height: 200px;
        color: #fff;
        display: none;
    }
    .xunpan .zixun {
        width: 300px;
        padding-top: 40px;
        text-align: center;
    }
    .xunpan .zixun a {
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        height: 50px;
        display: block;
        line-height: 50px;
        color: #fff;
        background: #0f4eb8;
        font-size: 20px;
    }
    .xunpan .zixun:hover a {
        background: #927d48;
    }
    .xunpan .tel {
        border: 1px solid #85878d;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 26px;
        text-align: center;
        font-family: avantgardeitvbybt book, arial;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        margin-bottom: 20px;
    }
    .xunpan .tel em {
        width: 25px;
        height: 25px;
        display: inline-block;
        background-position: -100px 0;
        margin-right: 10px;
    }
    .xunpan strong {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 28px;
        padding-right: 10px;
        font-style: italic;
    }
    .xunpan p {
        font-size: 22px;
        line-height: 50px;
        margin-top: -15px;
    }
    .xunpan .bigtxt {
        font-size: 33px;
        padding-bottom: 20px;
        padding-top: 54px;
    }
    .floor_3_main {
        overflow: hidden;
    }
    .liuc {
        position: relative;
        overflow: hidden;
        padding: 40px 0;
    }
    .liuc .list {
        width: 100%;
    }
    .liuc li {
        float: left;
        width: 170px;
    }
    .tempWrap {
        overflow: hidden;
    }
    .liuc li .Piece {
        width: 168px;
        height: 188px;
        background: #f5f5f5;
        border: 1px solid #ddd;
        float: left;
        font-size: 20px;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: 0 0 0 #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .liuc li .jtou {
        width: 36px;
        height: 188px;
        background: url(../img/jtou.png) no-repeat center;
        float: left;
        display: none;
    }
    .liuc li img {
        max-width: 100px;
        max-height: 80px;
        display: block;
        margin: 0 auto;
    }
    .liuc li p {
        text-align: center;
        padding-top: 40px;
        height: 88px;
    }
    .liuc li:last-child .jtou {
        display: none;
    }
    .liuc li:hover .Piece {
        -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    .floor_4_main {
        background: #f5f5f5;
        overflow: hidden;
        width: 100%;
    }
    .index .floor_4 {
        padding: 80px 0;
        position: relative;
    }
    .textlist .list.list11 {
        text-align: center;
    }
    .textlist .item.item11 {
        margin: 0 7px 20px;
        width: 31%;
        padding-bottom: 20px;
    }
    .textlist .item.item11:nth-child(3n) {
        margin: 0 7px 20px;
    }
    .textlist .list {
        width: 100% !important;
        padding-bottom: 30px !important;
        text-align: left;
    }
    .textlist .item {
        display: inline-block;
        width: 32%;
        margin: 0 6px;
        transition: all 0.2s linear 0s;
        margin-bottom: 30px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        background: #fff;
        /* padding-bottom:20px; */
    }
    .textlist .item2:nth-child(3n) {
        margin-right: 0;
    }
    .textlist .item a {
        display: block;
        padding: 0;
        color: #333;
    }
    .textlist .item .img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        cursor: pointer;
        position: relative;
    }
    .textlist .item .img img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-out 0s;
        display: block;
    }
    .textlist .item:hover .img img {
        transform: scale(1.1, 1.1);
    }
    .textlist .item .txt {
        padding: 30px 40px 0;
    }
    .textlist .item h3 {
        font-size: 18px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .textlist .desc {
        line-height: 24px;
        height: 52px;
        overflow: hidden;
        margin-bottom: 10px;
        cursor: pointer;
        padding-top: 10px;
    }
    .textlist span {
        display: block;
        color: #666;
        font-family: arial;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }
    .textlist .item:hover {
        -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    .textlist .item:hover h3 {
        color: #0f4eb8;
    }
    .floor_4 .btn {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        top: 50%;
        cursor: pointer;
    }
    .floor_4 .btn.prev {
        background-position: -100px -50px;
        left: -5%;
    }
    .floor_4 .btn.next {
        background-position: -190px -50px;
        right: -5%;
    }
    .floor_4 .btn.prev:hover {
        background-position: -145px -50px;
    }
    .floor_4 .btn.next:hover {
        background-position: -236px -50px;
    }
    .indnews {
        padding: 80px 0;
        overflow: hidden;
        position: relative;
    }
    .index .more {
        width: 180px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        display: block;
        margin: 0 auto 0;
        background: #444;
        transition: all 0.2s linear 0s;
    }
    .index .more:hover {
        background: #0f4eb8;
        color: #fff;
        text-indent: 10px;
    }
    .ipatent_main {
        width: 100%;
        background: url(../img/patent.jpg) no-repeat center top;
        overflow: hidden;
        padding: 10px 0;
        background-size: cover;
    }
    .ipatent_main .floor {
        overflow: hidden;
        padding: 50px 0;
    }
    .ipatent_main .title {
        color: #fff;
    }
    .ipatent_main .title h3 {
        background: url(../img/title1.png) no-repeat center;
    }
    .ipatent {
        padding-top: 40px;
    }
    .ipatent.aos-init {
        text-align: center;
    }
    .ipatent .item {
        height: 140px;
        display: inline-block;
        background: url(../img/pat_bk.png) no-repeat left top;
        float: none;
        text-align: left;
    }
    .ipatent .item a {
        display: block;
        padding: 30px;
    }
    .ipatent .item .img {
        width: 64px;
        height: 60px;
        overflow: hidden;
        position: relative;
        margin-right: 40px;
        margin-left: 22px;
        margin-top: 10px;
    }
    .ipatent .item .img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
    }
    .ipatent .item .txt {
        width: 350px;
        color: #fff;
        padding-left: 20px;
    }
    .ipatent .item .txt h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .ipatent .item .txt p {
        font-family: arial;
        color: #ccc;
        padding-top: 0;
    }
    .newsBox {
        width: 40%;
        display: none;
        height: 410px;
        overflow: hidden;
        position: relative;
    }
    .newsBox .bd {
        border: 1px solid #ddd;
    }
    .newsBox .hd {
        height: 28px;
        overflow: hidden;
        position: absolute;
        bottom: 1px;
        z-index: 10;
        padding-left: 20px;
        text-align: center;
    }
    .newsBox .hd ul {
        overflow: hidden;
        zoom: 1;
    }
    .newsBox .hd ul li {
        margin-right: 6px;
        width: 10px;
        height: 10px;
        line-height: 14px;
        text-align: center;
        background: #999;
        cursor: pointer;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
    }
    .newsBox .hd ul li.on {
        background: #00ae66;
        color: #fff;
    }
    .picBox .bd {
        height: 100%;
        z-index: 0;
    }
    .newsBox .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
        height: 408px;
        overflow: hidden;
    }
    .newsBox .bd img {
        width: 380px;
        height: 285px;
        display: block;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .newsBox .bd li h3 {
        display: block;
        font-size: 18px;
        color: #000;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .newsBox .bd li .txt {
        z-index: 5;
        padding: 15px 20px;
        border-top: 0;
        height: 93px;
    }
    .newsBox .bd li p {
        padding: 0;
        color: #666;
        line-height: 24px;
        height: 45px;
        overflow: hidden;
    }
    .newsBox .bd li .time {
        font-size: 16px;
        padding-right: 30px;
        padding-top: 28px;
    }
    .newsBox .bd li a:hover h3 {
        color: #0f4eb8;
    }
    .newsBox .bd li a:hover img {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }
    .index .txtlistbox {
        width: 95%;
        float: none;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .txtlistbox .item {
        border: 1px solid #ddd;
        margin-bottom: 16px;
        transition: all 0.2s linear 0s;
        margin-bottom: 18px;
    }
    .txtlistbox .item a {
        display: block;
        padding: 28px;
    }
    .txtlistbox .item h3 {
        font-size: 18px;
        vertical-align: top;
    }
    .txtlistbox .item p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        color: #666;
    }
    .txtlistbox .item .time {
        display: block;
        width: 90px;
        height: 66px;
        border-right: 1px solid #ddd;
        line-height: 20px;
        margin-right: 30px;
        color: #666;
        vertical-align: middle;
        *zoom: 1;
    }
    .txtlistbox .item .time b {
        color: #666;
        display: block;
        font-size: 48px;
        line-height: 48px;
    }
    .txtlistbox .item:hover {
        border: 1px solid #0f4eb8;
        -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    .iabout {
        width: 100%;
        background: url(../img/fl6.jpg) no-repeat center bottom #f8f8f8;
        padding: 80px 0;
    }
    .iabout .txt {
        width: 470px;
        height: 240px;
        display: block;
        background: #fff;
        padding: 40px;
    }
    .iabout .txt img {
        max-width: 100%;
        display: block;
    }
    .iabout .txt p {
        padding-top: 20px;
        color: #333;
    }
    .iabout .txt span {
        width: 154px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        display: block;
        border: 1px solid #1a7140;
        margin-top: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
    }
    .iabout .txt:hover span {
        background: #1a7140;
        color: #fff;
    }
    .iabout .img {
        width: 650px;
        height: 320px;
        display: block;
        overflow: hidden;
    }
    .iabout .img img {
        width: 100%;
        display: block;
    }
    .footer_main {
        width: 100%;
        background: #191919;
        color: #fff;
    }
    .footer_main .footer {
        padding-bottom: 40px;
    }
    .footer_main .footer .links {
        padding: 15px 0;
        margin-bottom: 40px;
        font-size: 16px;
        border-bottom: 1px solid #353535;
        padding-left: 50px;
    }
    .footer_main .footer .links span {
        color: #fff;
        display: inline-block;
    }
    .footer_main .footer .links a {
        display: inline-block;
        font-size: 14px;
        color: #999;
        padding-right: 10px;
    }
    .footer_main .footer .links a:hover {
        color: #0f4eb8;
    }
    .footer_main .qcode {
        width: 45%;
        padding-right: 15px;
    }
    .footer_main .qcode .ewm {
        width: 130px;
        height: 130px;
        display: block;
        border: 5px solid #666;
        margin-top: 45px;
    }
    .footer_main .btel {
        width: 300px;
        line-height: 28px;
    }
    .footer_main .btel img {
        display: block;
        margin: 0 auto 8px;
        max-width: 100%;
        max-height: 60%;
    }
    .footer_main .btel .p1 {
        color: #fff;
    }
    .footer_main .btel .p2 {
        font-family: graydesign regular, "arial, helvetica, sans-serif";
        font-size: 34px;
        color: #0f4eb8;
        line-height: 34px;
        padding-bottom: 5px;
    }
    .footer_main .btel .p3 {
        color: #999;
        line-height: 22px;
    }
    .footer_main .botnavlist {
        padding-left: 10px;
    }
    .footer_main .botnavlist li {
        float: left;
        width: 90px;
        padding: 0 0 0 48px;
        display: block;
        list-style: none;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
        border-right: 1px solid #353535;
        overflow: hidden;
    }
    .footer_main .botnavlist li:first-child {
        padding-left: 10px;
    }
    .footer_main .botnavlist li a {
        color: #fff;
        display: block;
        line-height: 32px;
        font-size: 16px;
    }
    .footer_main .botnavlist li a:hover {
        color: #0f4eb8;
    }
    .footer_main .botnavlist li .drop {
        padding-top: 10px;
    }
    .footer_main .botnavlist li .drop a {
        display: block;
        line-height: 26px;
        color: #999;
        width: 100%;
        font-size: 12px;
    }
    .footer_main .botnavlist li .drop a:hover {
        color: #0f4eb8;
    }
    .copymain {
        border-top: 1px solid #353535;
        line-height: 60px;
        color: #999;
        padding-left: 40px;
        font-size: 14px;
    }
    .copymain a {
        color: #999;
    }
    .copymain a:hover {
        color: #0f4eb8;
    }
    .footer_main .yyzz {
        padding: 0 8px;
    }
    .toolbar {
        width: 130px;
        position: fixed;
        right: 0;
        top: 460px;
        z-index: 999;
    }
    .toolbar dd {
        width: 130px;
        height: 55px;
        margin-bottom: 0;
        position: relative;
    }
    .toolbar dd a {
        color: #fff;
        width: 130px;
        height: 55px;
        display: block;
        cursor: pointer;
        text-align: center;
        background: url(../img/rightfixicon.png) no-repeat -36px 0;
        line-height: 45px;
        -webkit-transition: all 0s ease-in-out 0s;
        -moz-transition: all 0s ease-in-out 0s;
        transition: all 0s ease-in-out 0s;
    }
    .toolbar dd a span {
        width: 24px;
        height: 24px;
        display: inline-block;
        background: url(../img/rightfixicon.png) no-repeat 0 0;
        vertical-align: middle;
        margin-right: 5px;
    }
    .toolbar dd a:hover {
        background-position: -168px 0;
    }
    .toolbar .pop {
        position: absolute;
        right: 90px;
        top: -45px;
        background: #0f4eb8;
        display: none;
    }
    .toolbar .pop-code {
        width: 100px;
        padding: 15px 15px 0;
    }
    .toolbar .pop-code img {
        width: 100px;
        height: 100px;
        display: block;
    }
    .toolbar .pop-code h3 {
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        white-space: nowrap;
    }
    .toolbar .zxzx span {
        background-position: 0 4px;
    }
    .toolbar .lf span {
        background-position: 0 -33px;
    }
    .toolbar .bj span {
        background-position: 0 -65px;
    }
    .toolbar .code span {
        background-position: 0 -33px;
    }
    .toolbar .top {
        width: 130px;
        height: 45px;
        background: #0f4eb8;
    }
    .toolbar .top span {
        background-position: 0 -127px;
    }
    .toolbar .top:hover {
        background: #2c9638;
    }
    .toolbar .side_tel {
        position: absolute;
        right: 0;
        top: 0;
        background: #0f4eb8;
        height: 45px;
        line-height: 45px;
        color: #fff;
        width: 0;
        text-align: center;
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    @font-face {
        font-family: ADELE;
        src: url(../img/ADELE.eot);
        src: url(../img/adele.eot) format("eot"), url(../img/adele.ttf) format("truetype");
    }
    @-webkit-keyframes flipInY {
        0% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
            opacity: 0;
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            opacity: 1;
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        }
        100% {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
        }
    }
    @keyframes flipInY {
        0% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
            opacity: 0;
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            opacity: 1;
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        }
        100% {
            -webkit-transform: perspective(400px);
            -ms-transform: perspective(400px);
            transform: perspective(400px);
        }
    }
    .flipInY {
        -webkit-backface-visibility: visible !important;
        -ms-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipInY;
        animation-name: flipInY;
    }
    .imenu a {
        margin: 5px 5px;
    }
    .n-yewu .textlist {
        text-align: left;
    }
    .n-yewu .textlist .item {
        width: 32%;
        height: auto;
        float: none;
        margin: 10px 3px;
        display: inline-block;
        text-align: left;
        margin-left: 7px;
    }
    .n-yewu .textlist .item .img {
        width: 100%;
        height: 100%;
    }
    .newsPage .item h3 {
        width: 60%;
        margin: 0 auto;
    }
    .newsPage .item .txt {
        width: 60%;
    }
    .formData .item {
        float: none;
        display: inline-block;
        width: 44%;
        margin: 0 10px;
        margin-bottom: 30px;
    }
    .formData .liuyan {
        width: 91%;
        margin: 0 auto;
    }
    .formData .bot {
        float: none;
        text-align: center;
    }
    .formData .sub {
        display: inline-block;
        float: none;
        margin-top: 70px;
    }
    .contactPage .t2 {
        padding-top: 0;
    }
    .formData {
        text-align: center;
    }
    .wlxwm {
        width: 95%;
        margin: 0 auto;
    }
    .ThumbPicBorder {
        width: 100%;
    }
    .ThumbPicBorder .pic {
        width: 80%;
    }
    .ThumbPicBorder .pic .jCarouselLite {
        width: 100% !important;
        overflow: auto !important;
    }
    .ThumbPicBorder .pic .jCarouselLite::-webkit-scrollbar {
        display: none;
    }
    .MainBg {
        width: 100%;
    }
    #OriginalPic {
        width: 100%;
    }
    #OriginalPic img {
        max-width: 80%;
        width: 80%;
    }
}

@media screen and (max-width: 1025px) {
    .iyoushi .item {
        width: 320px;
        background-size: contain;
    }
    .textlist .item {
        width: 31%;
        margin: 10px 6px;
    }
    .textlist .item .txt {
        padding: 30px 20px 0;
    }
    .newsPage .item h3 {
        width: 50%;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .formData .liuyan textarea {
        width: 90%;
        font-size: 16px;
    }
    .formData .item .txt {
        width: 65%;
        font-size: 16px;
    }
    .newsPage .item .txt {
        width: 50%;
    }
    .n-yewu .textlist .item {
        width: 31%;
        margin: 10px 6px 0 9px;
    }
    .newsPage .item .time {
        width: auto;
    }
    .iyoushi .item a {
        padding: 29px;
    }
    .iyoushi .it1,
    .iyoushi .it5 {
        margin-left: 40px;
    }
    .iyoushi .it2,
    .iyoushi .it6 {
        margin-right: 40px;
    }
    .liuc li .Piece {
        width: 100%;
    }
    .liuc .list {
        text-align: center;
    }
    .liuc li {
        width: 30%;
        float: none;
        display: inline-block;
        margin: 0 10px;
    }
    .footer_main .botnavlist li {
        float: left;
        width: 17%;
        padding: 0 0 0 42px;
        display: block;
        list-style: none;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
        border-right: 1px solid #353535;
        overflow: hidden;
        margin-left: 20px;
    }
    .footer_main .botnavlist {
        width: 100%;
    }
    .footer_main .qcode {
        margin-top: 20px;
        width: 90%;
        float: left;
        padding-left: 40px;
    }
    .footer_main .qcode .ewm {
        margin-right: 10%;
    }
    .location .sitepath {
        padding-left: 20px;
    }
    .location .menu {
        padding-right: 20px;
    }
    .n-tit .more {
        margin-right: 15px;
    }
    .n-project .txtlistbox li {
        width: 49%;
    }
    .footer_main .botnavlist li:first-child {
        padding-left: 22px;
    }
    .sjb_slide {
        display: block;
    }
    .pc_slide {
        display: none;
    }
    .ipro .item img {
        /* height: 210px; */
    }
}

@media screen and (max-width: 784px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }
    #returnTop {
        display: block;
    }
    .ioc1 {
        display: none;
    }
    .ipro .item img {
        /* height: 170px; */
    }
    #banner_main {
        margin-top: 60px;
    }
    .textlist .list.list11 {
        margin-top: 40px;
    }
    .contactPage .t2 .titb {
        font-size: 26px;
    }
    .wrapper.wlxwm {
        padding-top: 50px !important;
    }
    .formData .sub {
        margin-top: 40px;
    }
    .formData .item label {
        font-size: 16px;
    }
    .formData .item {
        margin-bottom: 20px;
    }
    .wrapper.wrapbook {
        padding-top: 50px !important;
    }
    .textlist .item.item11 {
        margin: 0 3px 20px;
    }
    .textlist .item.item11:nth-child(3n) {
        margin: 0 3px 20px;
    }
    .newsPage .item .time {
        padding: 20px 0 20px 25px;
    }
    .newsPage .item h3 {
        font-size: 18px;
    }
    .n-yewu .textlist .item {
        width: 47%;
        margin: 23px 7px 0 10px;
    }
    .move-nav {
        display: block;
    }
    .move-wrap {
        display: block;
    }
    .indexTit .line-left {
        display: none;
    }
    .location .sitepath {
        display: none;
    }
    .location .menu {
        float: none;
        text-align: center;
    }
    .ipro {
        padding-top: 40px;
    }
    .indexTit .line-right {
        display: none;
    }
    .wrapper {
        padding: 5px 5px !important;
        padding: 0 20px;
    }
    .ipro .item h3 {
        font-size: 14px;
    }
    .footer_main .botnavlist li:first-child {
        padding-left: 20px;
    }
    .n-project .txtlistbox li {
        width: 95%;
        float: none;
        margin: 10px auto;
    }
    .n-project .txtlistbox li:nth-child(2n) {
        float: none;
    }
    header {
        display: none !important;
    }
    .iyoushi .it1,
    .iyoushi .it5 {
        margin-left: 0;
    }
    .iyoushi .it2,
    .iyoushi .it6 {
        margin-right: 0;
    }
    .liuc {
        padding: 0;
    }
    .ipatent .item {
        width: 100%;
        margin-left: 80px;
    }
    .footer_main .botnavlist li {
        float: left;
        width: 16%;
        padding: 0 0 0 42px;
        display: block;
        list-style: none;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
        border-right: 1px solid #353535;
        overflow: hidden;
        margin-left: 20px;
    }
    .footer_main .botnavlist {
        width: 100%;
    }
    .footer_main .qcode {
        margin-top: 20px;
        width: 90%;
        float: left;
        padding-left: 40px;
    }
    .toolbar {
        display: none;
    }
    .ipro .item a {
        /* height: 4.5rem; */
    }
    .footer_main .qcode .ewm {
        margin-right: 0;
    }
    .sj_title {
        display: block;
        font-size: 23px;
        font-family: arial;
        color: #2f2f2f;
    }
    .sjb_bann {
        display: block;
        margin-top: 60px;
    }
    .pc_bann {
        display: none;
    }
    .ipro .item {
        width: 47%;
    }
    .location .menu {
        padding-right: 0;
        width: 100%;
        height: 70px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .location .menu::-webkit-scrollbar {
        display: none;
    }
    #KeyShotVR {
        max-height: 550px;
    }
    .iyoushi .item:hover {
        background: none;
    }
    @media screen and (max-width: 701px) {
        .liuc li {
            width: 31%;
            margin: 0 5px;
        }
        .ipro .item img {
            height: 210px;
        }
        .newsPage .item a {
            padding: 15px;
        }
        .iyoushi .item:hover {
            background: none;
        }
        .textlist .item.item11 {
            width: 46%;
            margin: 10px 8px;
        }
        .newsPage .item h3 {
            width: 45%;
        }
        .location .menu li {
            margin: 0 10px;
        }
        .newsPage .item .txt {
            width: 46%;
        }
        .n-yewu .textlist .item {
            width: 46%;
            margin: 15px 5px 0 14px;
        }
        .newsPage .item .time .day {
            font-size: 24px;
        }
        .ipatent {
            padding-top: 0;
        }
        .indexTit .en {
            font-size: 25px;
        }
        .ipatent .item {
            margin-left: 0;
            width: 96%;
            background: none;
            height: auto;
            margin-bottom: 10px;
            border: 1px #fff solid;
        }
        .ipatent .item a {
            padding: 20px;
        }
        .index .title h3 b {
            font-size: 24px;
        }
        .index .title p {
            font-size: 16px;
        }
        .ipatent .item .txt h3 {
            font-size: 16px;
        }
        .footer_main .botnavlist {
            display: none;
        }
        .index .floor_2_main {
            height: auto;
            background-image: none;
            background-color: #303035;
        }
        .ipro .item {
            width: 47%;
        }
        .iyoushi .item {
            width: 80%;
            border: 1px #fff solid;
            border-radius: 10px;
            height: auto;
            margin: 0 auto;
            margin-bottom: 15px;
            float: none;
            background-image: none;
            background-color: #303035;
        }
        .iyoushi .item a {
            padding: 25px;
        }
        .ipro .item a {}
        .iyoushi {
            background-image: none;
            height: auto;
        }
        .iyoushi .item .txt h3 {
            font-size: 18px;
        }
        .ipatent_main .title h3 {
            background: url(../img/title.png) no-repeat center;
        }
        .index .title h3 {
            font-size: 24px;
        }
        .txtlistbox .item .time b {
            font-size: 35px;
        }
        .txtlistbox .item h3 {
            font-size: 16px;
        }
        .txtlistbox .item p {
            font-size: 12px;
        }
        .txtlistbox .item a {
            padding: 18px;
        }
        .txtlistbox .item .time {
            width: 12%;
            padding: 0 5px;
            float: left;
            text-align: center;
        }
        .txtlistbox .item .time-right {
            width: 78%;
            float: left;
        }
        .footer_main .footer .links {
            padding-left: 25px;
        }
        .footer_main .qcode {
            padding-left: 30px;
        }
        .swiper-container1 .swiper-button-next {
            display: none;
        }
        .swiper-button-prev.swiper-button-disabled {
            display: none;
        }
        .swiper-container1 .swiper-button-prev {
            display: none;
        }
        #KeyShotVR {
            max-height: 530px !important;
        }
    }
    @media screen and (max-width: 549px) {
        .liuc li {
            width: 46%;
        }
        #KeyShotVR {
            max-height: 420px !important;
        }
        .formData .item {
            width: 90%;
            margin-bottom: 20px;
        }
        .ipro .item img {
            height: 185px;
        }
        .contactPage .t2 .txt {
            display: none;
        }
        .contactPage .t2 .titb {
            font-size: 24px;
        }
        .formData .sub {
            margin-top: 20px;
        }
        .wrapper.wrapbook .item.mr0 {
            margin: 0 10px;
            margin-bottom: 20px;
        }
        .pagess ul li,
        .pagess ul li span {
            display: none;
        }
        .newsPage .item .time {
            display: none;
        }
        .newsPage .item .txt {
            width: auto;
        }
        .newsPage .item h3 {
            width: 100%;
        }
        .ipatent .item .txt {
            padding-top: 10px;
        }
        .index .floor_2 {
            padding: 50px 0;
        }
        .copymain {
            font-size: 12px;
        }
        .footer_main .qcode {
            margin-top: 0;
        }
        .footer_main .btel .p2 {
            font-size: 28px;
        }
        .footer_main .qcode {
            padding-left: 5%;
        }
        .footer_main .footer .links {
            padding-left: 14px;
        }
        .txtlistbox .item .time {
            width: auto;
            padding: 0 5px;
            float: left;
            text-align: center;
        }
        .txtlistbox .item .time-right {
            width: 75%;
            float: left;
        }
        .txtlistbox .item .time b {
            font-size: 30px;
        }
        .txtlistbox .item a {
            padding: 10px;
        }
        .footer_main .footer .links span {
            font-size: 14px;
        }
        .footer_main .footer .links a {
            font-size: 12px;
        }
        .footer_main .qcode {
            width: 100%;
            padding-left: 4%;
            float: none;
        }
        .footer_main .qcode .ewm {
            float: left;
            margin-left: 30px;
        }
        .imenu a {
            margin-bottom: 10px;
        }
        .footer_main .footer {
            display: none;
        }
    }
    @media screen and (max-width: 500px) {
        .footer_main .footer .links {
            display: none;
        }
        #KeyShotVR {
            max-height: 320px !important;
        }
        .textlist .item.item11 {
            width: 46%;
            margin: 10px 6px;
        }
        .footer_main .qcode {
            display: none;
        }
        .formData .item label {
            font-size: 16px;
        }
        .index .floor_1_main {
            padding-top: 40px;
        }
        .footer_main .footer {
            display: none;
        }
        .liuc li .Piece {
            font-size: 18px;
        }
        .txtlistbox .item h3 {
            font-size: 14px;
        }
        .imenu {
            white-space: nowrap;
            overflow-x: auto;
            border-bottom: 1px #eee solid;
        }
        .imenu a {
            white-space: nowrap;
            border: none;
        }
        .imenu::-webkit-scrollbar {
            display: none;
        }
        #toolbar1 {
            display: block;
            position: fixed;
            bottom: 0;
            width: 100%;
            z-index: 888;
            height: 1.1rem;
            left: 0;
        }
        #toolbar1 .list {
            width: 100%;
            max-width: 640px;
            min-width: 320px;
            margin: 0 auto;
            background: #222;
        }
        #toolbar1 .list li {
            float: left;
            width: 25%;
            text-align: center;
        }
        #toolbar1 .list a {
            display: block;
            height: 1.1rem;
            line-height: 0.24rem;
            font-size: 0.26rem;
            padding-top: 0.2rem;
        }
        #toolbar1 .list a span {
            text-align: center;
            color: #fff;
            display: block;
            font-size: 0.24rem;
        }
        #toolbar1 .list a s {
            margin-left: auto;
            margin-right: auto;
            width: 0.31rem;
            height: 0.32rem;
            display: block;
            margin-bottom: 0.12rem;
            background-position: -0.76rem -0.2rem;
        }
        #toolbar1 .list li:nth-child(2) s {
            background-position: 0 -0.2rem;
        }
        #toolbar1 .list li:nth-child(3) s {
            background-position: -1.2rem -0.2rem;
        }
        #toolbar1 .list li:nth-child(4) s.icon1 {
            background: url(../images/en.png) no-repeat;
            background-size: cover;
            width: 0.34rem;
            height: 0.34rem;
        }
        #toolbar1 .list li:hover {
            background: #333;
        }
        .footer_main {
            position: relative;
            bottom: 55px;
        }
    }
    @media screen and (max-width: 444px) {
        .location .menu li a {
            font-size: 14px;
        }
        .location .menu li {
            margin: 0 26px;
        }
        .ipro .item img {
            height: 100%;
        }
        .copymain {
            padding-left: 0;
            text-align: center;
            padding: 10px 0;
            line-height: 27px;
        }
        .showNews .title {
            font-size: 18px !important;
        }
        .ThumbPicBorder #btnPrev {
            display: none;
        }
        .showNews .showContxt {
            padding: 0 5px;
        }
        .info_previous_next_wrap li a:hover {
            background: none !important;
            box-shadow: none !important;
            color: #999 !important;
        }
        .contactPage .t2 .titb {
            font-size: 24px;
        }
        .info_previous_next_wrap {
            text-align: left !important;
        }
        .info_previous_next_wrap li {
            width: 27% !important;
            margin: 0 34px !important;
        }
        .info_previous_next_wrap li a {
            background: none !important;
            padding: 3px 15px !important;
        }
        .ThumbPicBorder #btnNext {
            display: none;
        }
        .textlist .item.item11 {
            width: 93%;
        }
        .ThumbPicBorder .pic {
            width: 85%;
        }
        .showNews .title {
            font-size: 21px;
        }
        .n-tit .more {
            margin-top: 5px;
        }
        .formData .item label {
            font-size: 14px;
        }
        .newsPage .item {
            height: auto;
        }
        .newsPage .item h3 {
            width: 100%;
            font-size: 16px;
        }
        .pagess ul li,
        .pages ul li span {
            display: none;
        }
        .n-yewu .textlist .item {
            width: 93%;
        }
        .newsPage .list {
            padding-bottom: 0;
        }
        .n-tit h3 {
            font-size: 21px;
        }
        .n-tit {
            padding-right: 0;
            font-size: 14px;
        }
        .n-tit .more {
            font-size: 14px;
        }
        .newsPage .item img {
            width: 100%;
            height: auto;
            float: none;
        }
        .copymain .fl {
            float: none;
            padding: 0 10px;
        }
        .index .title h3 b {
            font-size: 24px;
        }
        .index .title h3 {
            font-size: 24px;
        }
        .imenu a {
            font-size: 14px;
        }
        .txtlistbox .item .time-right {
            width: 74%;
        }
        .txtlistbox .item p {
            white-space: normal;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }
        .index .title h3 {
            background-size: 180% 60%;
        }
        .iyoushi .item .txt {
            padding-left: 46px;
        }
        .index .title h3 b {
            font-size: 20px;
        }
        .ipatent_main .title h3 {
            background-size: 0;
        }
        .txtlistbox .item {
            padding-bottom: 20px;
        }
        .txtlistbox .item .time-right {
            width: 70%;
        }
        .ipro .item {
            width: 90%;
        }
        .ipro .item a {
            height: 100%;
        }
        .ipatent .item .txt {
            width: 100%;
        }
        .ipatent .item .txt p {
            width: 95%;
        }
        .ipro {
            padding-top: 40px;
        }
        .ueditor_baidumap {
            height: 350px !important;
        }
    }
    @media screen and (max-width: 400px) {
        .location .menu li {
            margin: 0 10px;
        }
        .location .menu li a {
            font-size: 14px;
        }
    }
    @media screen and (max-width: 360px) {
        .iyoushi .item .txt {
            padding-left: 33px;
        }
        #KeyShotVR {
            max-height: 220px !important;
        }
        .move-wrap .nav-ul li {
            padding: 15px 0;
            padding-left: 5%;
        }
        .move-wrap .nav-ul li a {
            font-size: 12px;
        }
        .ipatent .item .txt {
            width: auto;
        }
        .txtlistbox .item .time-right {
            width: 67%;
        }
        .iyoushi .item a {
            padding: 15px;
        }
        .location .menu li {
            margin: 0 8px;
        }
    }
    @media screen and (max-width: 320px) {
        .liuc li .Piece {
            font-size: 14px;
        }
        .formData .liuyan textarea {
            height: 150px;
        }
        .formData .liuyan {
            height: 150px;
        }
        .location .menu li a {
            font-size: 12px;
        }
        .index .title h3 {
            font-size: 21px;
        }
        .formData .sub {
            margin-top: 20px;
        }
        .formData .sub {
            font-size: 16px;
            line-height: 40px;
        }
        .txtlistbox .item .time-right {
            width: 64%;
        }
        .txtlistbox .item {
            padding-bottom: 40px;
        }
        .iyoushi .item a {
            padding: 12px;
        }
        .iyoushi .item .txt {
            padding-left: 22px;
        }
        .n-tit h3 {
            font-size: 16px;
        }
        .location .menu li {
            margin: 0 16px;
        }
        .info_previous_next_wrap li {
            margin: 0 27px !important;
        }
    }
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 2px;
}

body::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #0f4eb8;
}

body::-webkit-scrollbar-corner {
    background: #179a16;
}